Hi Bennyattwell,
Not sure what you mean by "2 radio control servo outputs". Are those the 1-2ms pulses that the inexpensive RC servos use?
Regards TK
Group: DynoMotion |
Message: 6332 |
From: bennyattwell |
Date: 12/28/2012 |
Subject: Re: could i use a kflop for this? |
Yes. I've been reliably informed that they are 1.1 to 1.9 ms pulses that would use 1.5ms pulses as a neutral point. (ie not moving)
I need to track 2 outputs to convert to an xy (or bc) position on the equivalent of a trunnion table.
--- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@...> wrote:
>
> Hi Bennyattwell,
> Not sure what you mean by "2 radio control servo outputs". Are those the 1-2ms pulses that the inexpensive RC servos use?
>
>
> Regards
> TK
>
>
>
>
> ________________________________
> From: bennyattwell <brendon@...>
> To: DynoMotion@yahoogroups.com
> Sent: Thursday, December 27, 2012 3:54 PM
> Subject: [DynoMotion] could i use a kflop for this?
>
>
> Â
> i have a new project on the go.
> i need to be able to track 2 radio control servo outputs with a kflop and use it to do some calculations (trig) and output the new position by step/direction signals-monitered by encoder signals to step/direction position servo drives (4 off)
> if kflop can do this and i can get help with the programming im ready to purchase one.
>
|
|
Group: DynoMotion |
Message: 6335 |
From: Tom Kerekes |
Date: 12/28/2012 |
Subject: Re: could i use a kflop for this? |
Hi Bennyattwell, KFLOP doesn't have any convienient timer input to measure the pulse times. Software sampling every 90us wouldn't give adaquate resolution. The best solution I can think of would involve some external circuitry (basically an "AND" gate). You could program a KFLOP Step/Dir generator to generate a fixed frequency at 1MHz with quadrature output. Then feed this back (through an external AND gate) to an encoder input. Then write a C program to observe the encoder count every 180us (or 90us using the special servo callback). The program would detect when the count stops (or the PWM bit is low) for a while and save the value. The next time the count stops the difference would be the pulse time in us. If this sounds reasonable I could provide more
details. Regards TK
Group: DynoMotion |
Message: 6337 |
From: bennyattwell |
Date: 12/28/2012 |
Subject: Re: could i use a kflop for this? |
ok this sounds promising! ive just purchased one to try
if i can get this project completed it will definately be a big seller for my business.
il be honest im normally a galil user but their support is pretty crap with answers that rarely answer the question asked!most things ive had to work out myself.
ive watched this forum for about a year and the support ive seen has been brilliant.
looking forward to receiving it
--- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@...> wrote:
>
> Hi Bennyattwell,
>
> KFLOP doesn't have any convienient timer input to measure the pulse times. Software sampling every 90us wouldn't give adaquate resolution. The best solution I can think of would involve some external circuitry (basically an "AND" gate). You could program a KFLOP Step/Dir generator to generate a fixed frequency at 1MHz with quadrature output. Then feed this back (through an external AND gate) to an encoder input. Then write a C program to observe the encoder count every 180us (or 90us using the special servo callback). The program would detect when the count stops (or the PWM bit is low) for a while and save the value. The next time the count stops the difference would be the pulse time in us.
>
> If this sounds reasonable I could provide more details.
>
> Regards
> TK
>
>
>
>
> ________________________________
> From: bennyattwell <brendon@...>
> To: DynoMotion@yahoogroups.com
> Sent: Friday, December 28, 2012 5:52 AM
> Subject: [DynoMotion] Re: could i use a kflop for this?
>
>
> Â
> Yes. I've been reliably informed that they are 1.1 to 1.9 ms pulses that would use 1.5ms pulses as a neutral point. (ie not moving)
> I need to track 2 outputs to convert to an xy (or bc) position on the equivalent of a trunnion table.
>
> --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> >
> > Hi Bennyattwell,
> > Not sure what you mean by "2 radio control servo outputs".ÃÂ Are those the 1-2ms pulses that the inexpensive RC servos use?
> >
> >
> > Regards
> > TK
> >
> >
> >
> >
> > ________________________________
> > From: bennyattwell <brendon@>
> > To: DynoMotion@yahoogroups.com
> > Sent: Thursday, December 27, 2012 3:54 PM
> > Subject: [DynoMotion] could i use a kflop for this?
> >
> >
> > ÃÂ
> > i have a new project on the go.
> > i need to be able to track 2 radio control servo outputs with a kflop and use it to do some calculations (trig) and output the new position by step/direction signals-monitered by encoder signals to step/direction position servo drives (4 off)
> > if kflop can do this and i can get help with the programming im ready to purchase one.
> >
>
|
|
Group: DynoMotion |
Message: 6340 |
From: daveymahomh600e |
Date: 12/29/2012 |
Subject: Re: could i use a kflop for this? |
I think I speak for most users of Tom's products when I say that you would be hard pressed to find any company that offers better support.
Time and again Tom goes above and beyond in helping us all work out our issues and never seems to complain about doing so.
I'm sure that once you get your products you will know you have made the right choice. Great job Tom!!
David
--- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@...> wrote:
>
> ok this sounds promising! ive just purchased one to try
>
> if i can get this project completed it will definately be a big seller for my business.
> il be honest im normally a galil user but their support is pretty crap with answers that rarely answer the question asked!most things ive had to work out myself.
> ive watched this forum for about a year and the support ive seen has been brilliant.
> looking forward to receiving it
>
> --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> >
> > Hi Bennyattwell,
> >
> > KFLOP doesn't have any convienient timer input to measure the pulse times. Software sampling every 90us wouldn't give adaquate resolution. The best solution I can think of would involve some external circuitry (basically an "AND" gate). You could program a KFLOP Step/Dir generator to generate a fixed frequency at 1MHz with quadrature output. Then feed this back (through an external AND gate) to an encoder input. Then write a C program to observe the encoder count every 180us (or 90us using the special servo callback). The program would detect when the count stops (or the PWM bit is low) for a while and save the value. The next time the count stops the difference would be the pulse time in us.
> >
> > If this sounds reasonable I could provide more details.
> >
> > Regards
> > TK
> >
> >
> >
> >
> > ________________________________
> > From: bennyattwell <brendon@>
> > To: DynoMotion@yahoogroups.com
> > Sent: Friday, December 28, 2012 5:52 AM
> > Subject: [DynoMotion] Re: could i use a kflop for this?
> >
> >
> > Â
> > Yes. I've been reliably informed that they are 1.1 to 1.9 ms pulses that would use 1.5ms pulses as a neutral point. (ie not moving)
> > I need to track 2 outputs to convert to an xy (or bc) position on the equivalent of a trunnion table.
> >
> > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > >
> > > Hi Bennyattwell,
> > > Not sure what you mean by "2 radio control servo outputs".ÃÂ Are those the 1-2ms pulses that the inexpensive RC servos use?
> > >
> > >
> > > Regards
> > > TK
> > >
> > >
> > >
> > >
> > > ________________________________
> > > From: bennyattwell <brendon@>
> > > To: DynoMotion@yahoogroups.com
> > > Sent: Thursday, December 27, 2012 3:54 PM
> > > Subject: [DynoMotion] could i use a kflop for this?
> > >
> > >
> > > ÃÂ
> > > i have a new project on the go.
> > > i need to be able to track 2 radio control servo outputs with a kflop and use it to do some calculations (trig) and output the new position by step/direction signals-monitered by encoder signals to step/direction position servo drives (4 off)
> > > if kflop can do this and i can get help with the programming im ready to purchase one.
> > >
> >
>
|
|
Group: DynoMotion |
Message: 6341 |
From: Vlad O |
Date: 12/29/2012 |
Subject: Re: could i use a kflop for this? |
Tom, many Thanks for the great product and wonderful support. You are always there when we need you ! Happy seasoning! Good spirit and healthy incoming years ! Thank you my friend ! Vlad
On Sat, Dec 29, 2012 at 10:23 AM, daveymahomh600e <david.m.stevenson@...> wrote:
I think I speak for most users of Tom's products when I say that you would be hard pressed to find any company that offers better support.
Time and again Tom goes above and beyond in helping us all work out our issues and never seems to complain about doing so.
I'm sure that once you get your products you will know you have made the right choice. Great job Tom!!
David
--- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@...> wrote:
>
> ok this sounds promising! ive just purchased one to try
>
> if i can get this project completed it will definately be a big seller for my business.
> il be honest im normally a galil user but their support is pretty crap with answers that rarely answer the question asked!most things ive had to work out myself.
> ive watched this forum for about a year and the support ive seen has been brilliant.
> looking forward to receiving it
>
> --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> >
> > Hi Bennyattwell,
> >
> > KFLOP doesn't have any convienient timer input to measure the pulse times. Software sampling every 90us wouldn't give adaquate resolution. The best solution I can think of would involve some external circuitry (basically an "AND" gate). You could program a KFLOP Step/Dir generator to generate a fixed frequency at 1MHz with quadrature output. Then feed this back (through an external AND gate) to an encoder input. Then write a C program to observe the encoder count every 180us (or 90us using the special servo callback). The program would detect when the count stops (or the PWM bit is low) for a while and save the value. The next time the count stops the difference would be the pulse time in us.
> >
> > If this sounds reasonable I could provide more details.
> >
> > Regards
> > TK
> >
> >
> >
> >
> > ________________________________
> > From: bennyattwell <brendon@>
> > To: DynoMotion@yahoogroups.com
> > Sent: Friday, December 28, 2012 5:52 AM
> > Subject: [DynoMotion] Re: could i use a kflop for this?
> >
> >
> > Â
> > Yes. I've been reliably informed that they are 1.1 to 1.9 ms pulses that would use 1.5ms pulses as a neutral point. (ie not moving)
> > I need to track 2 outputs to convert to an xy (or bc) position on the equivalent of a trunnion table.
> >
> > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > >
> > > Hi Bennyattwell,
> > > Not sure what you mean by "2 radio control servo outputs". Are those the 1-2ms pulses that the inexpensive RC servos use?
> > >
> > >
> > > Regards
> > > TK
> > >
> > >
> > >
> > >
> > > ________________________________
> > > From: bennyattwell <brendon@>
> > > To: DynoMotion@yahoogroups.com
> > > Sent: Thursday, December 27, 2012 3:54 PM
> > > Subject: [DynoMotion] could i use a kflop for this?
> > >
> > >
> > > ÂÂ
> > > i have a new project on the go.
> > > i need to be able to track 2 radio control servo outputs with a kflop and use it to do some calculations (trig) and output the new position by step/direction signals-monitered by encoder signals to step/direction position servo drives (4 off)
> > > if kflop can do this and i can get help with the programming im ready to purchase one.
> > >
> >
>
|
|
Group: DynoMotion |
Message: 6342 |
From: carlcnc |
Date: 12/29/2012 |
Subject: Re: could i use a kflop for this? |
I have to second that!
if patience and generosity could be monetized Tom
would be a wealthy man.
sleep deprived and probably hairless from frustration, but wealthy !
Being C and electronically challenged I haven't much to contribute I haven't much to contribute, but;
I expect this forum will soon grow enough that interaction between users will [hopefully] take some of the load off him.
so , many thanks Tom and all the best for the New Year !
Carl
--- In DynoMotion@yahoogroups.com, "daveymahomh600e" <david.m.stevenson@...> wrote:
>
> I think I speak for most users of Tom's products when I say that you would be hard pressed to find any company that offers better support.
>
> Time and again Tom goes above and beyond in helping us all work out our issues and never seems to complain about doing so.
>
> I'm sure that once you get your products you will know you have made the right choice. Great job Tom!!
>
> David
>
> --- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@> wrote:
> >
> > ok this sounds promising! ive just purchased one to try
> >
> > if i can get this project completed it will definately be a big seller for my business.
> > il be honest im normally a galil user but their support is pretty crap with answers that rarely answer the question asked!most things ive had to work out myself.
> > ive watched this forum for about a year and the support ive seen has been brilliant.
> > looking forward to receiving it
> >
> > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > >
> > > Hi Bennyattwell,
> > >
> > > KFLOP doesn't have any convienient timer input to measure the pulse times. Software sampling every 90us wouldn't give adaquate resolution. The best solution I can think of would involve some external circuitry (basically an "AND" gate). You could program a KFLOP Step/Dir generator to generate a fixed frequency at 1MHz with quadrature output. Then feed this back (through an external AND gate) to an encoder input. Then write a C program to observe the encoder count every 180us (or 90us using the special servo callback). The program would detect when the count stops (or the PWM bit is low) for a while and save the value. The next time the count stops the difference would be the pulse time in us.
> > >
> > > If this sounds reasonable I could provide more details.
> > >
> > > Regards
> > > TK
> > >
> > >
> > >
> > >
> > > ________________________________
> > > From: bennyattwell <brendon@>
> > > To: DynoMotion@yahoogroups.com
> > > Sent: Friday, December 28, 2012 5:52 AM
> > > Subject: [DynoMotion] Re: could i use a kflop for this?
> > >
> > >
> > > Â
> > > Yes. I've been reliably informed that they are 1.1 to 1.9 ms pulses that would use 1.5ms pulses as a neutral point. (ie not moving)
> > > I need to track 2 outputs to convert to an xy (or bc) position on the equivalent of a trunnion table.
> > >
> > > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > > >
> > > > Hi Bennyattwell,
> > > > Not sure what you mean by "2 radio control servo outputs".ÃÂ Are those the 1-2ms pulses that the inexpensive RC servos use?
> > > >
> > > >
> > > > Regards
> > > > TK
> > > >
> > > >
> > > >
> > > >
> > > > ________________________________
> > > > From: bennyattwell <brendon@>
> > > > To: DynoMotion@yahoogroups.com
> > > > Sent: Thursday, December 27, 2012 3:54 PM
> > > > Subject: [DynoMotion] could i use a kflop for this?
> > > >
> > > >
> > > > ÃÂ
> > > > i have a new project on the go.
> > > > i need to be able to track 2 radio control servo outputs with a kflop and use it to do some calculations (trig) and output the new position by step/direction signals-monitered by encoder signals to step/direction position servo drives (4 off)
> > > > if kflop can do this and i can get help with the programming im ready to purchase one.
> > > >
> > >
> >
>
|
|
Group: DynoMotion |
Message: 6343 |
From: michaelthomasn |
Date: 12/29/2012 |
Subject: Re: could i use a kflop for this? |
I have to say that there is not a better supported or more universally functional motion control system out there.
Great job, Tom!
Thanks for everything.
Mike
--- In DynoMotion@yahoogroups.com, "carlcnc" <carlcnc@...> wrote:
>
> I have to second that!
> if patience and generosity could be monetized Tom
> would be a wealthy man.
> sleep deprived and probably hairless from frustration, but wealthy !
>
> Being C and electronically challenged I haven't much to contribute I haven't much to contribute, but;
>
> I expect this forum will soon grow enough that interaction between users will [hopefully] take some of the load off him.
>
> so , many thanks Tom and all the best for the New Year !
> Carl
>
>
>
> --- In DynoMotion@yahoogroups.com, "daveymahomh600e" <david.m.stevenson@> wrote:
> >
> > I think I speak for most users of Tom's products when I say that you would be hard pressed to find any company that offers better support.
> >
> > Time and again Tom goes above and beyond in helping us all work out our issues and never seems to complain about doing so.
> >
> > I'm sure that once you get your products you will know you have made the right choice. Great job Tom!!
> >
> > David
> >
> > --- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@> wrote:
> > >
> > > ok this sounds promising! ive just purchased one to try
> > >
> > > if i can get this project completed it will definately be a big seller for my business.
> > > il be honest im normally a galil user but their support is pretty crap with answers that rarely answer the question asked!most things ive had to work out myself.
> > > ive watched this forum for about a year and the support ive seen has been brilliant.
> > > looking forward to receiving it
> > >
> > > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > > >
> > > > Hi Bennyattwell,
> > > >
> > > > KFLOP doesn't have any convienient timer input to measure the pulse times. Software sampling every 90us wouldn't give adaquate resolution. The best solution I can think of would involve some external circuitry (basically an "AND" gate). You could program a KFLOP Step/Dir generator to generate a fixed frequency at 1MHz with quadrature output. Then feed this back (through an external AND gate) to an encoder input. Then write a C program to observe the encoder count every 180us (or 90us using the special servo callback). The program would detect when the count stops (or the PWM bit is low) for a while and save the value. The next time the count stops the difference would be the pulse time in us.
> > > >
> > > > If this sounds reasonable I could provide more details.
> > > >
> > > > Regards
> > > > TK
> > > >
> > > >
> > > >
> > > >
> > > > ________________________________
> > > > From: bennyattwell <brendon@>
> > > > To: DynoMotion@yahoogroups.com
> > > > Sent: Friday, December 28, 2012 5:52 AM
> > > > Subject: [DynoMotion] Re: could i use a kflop for this?
> > > >
> > > >
> > > > Â
> > > > Yes. I've been reliably informed that they are 1.1 to 1.9 ms pulses that would use 1.5ms pulses as a neutral point. (ie not moving)
> > > > I need to track 2 outputs to convert to an xy (or bc) position on the equivalent of a trunnion table.
> > > >
> > > > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > > > >
> > > > > Hi Bennyattwell,
> > > > > Not sure what you mean by "2 radio control servo outputs".ÃÂ Are those the 1-2ms pulses that the inexpensive RC servos use?
> > > > >
> > > > >
> > > > > Regards
> > > > > TK
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > ________________________________
> > > > > From: bennyattwell <brendon@>
> > > > > To: DynoMotion@yahoogroups.com
> > > > > Sent: Thursday, December 27, 2012 3:54 PM
> > > > > Subject: [DynoMotion] could i use a kflop for this?
> > > > >
> > > > >
> > > > > ÃÂ
> > > > > i have a new project on the go.
> > > > > i need to be able to track 2 radio control servo outputs with a kflop and use it to do some calculations (trig) and output the new position by step/direction signals-monitered by encoder signals to step/direction position servo drives (4 off)
> > > > > if kflop can do this and i can get help with the programming im ready to purchase one.
> > > > >
> > > >
> > >
> >
>
|
|
Group: DynoMotion |
Message: 6344 |
From: Tom Kerekes |
Date: 12/29/2012 |
Subject: Re: could i use a kflop for this? |
Thanks Everyone. Its great to work together to do and learn new things. Hope everyone has a great New Year. Regards TK
From: carlcnc <carlcnc@...> To:
DynoMotion@yahoogroups.com Sent: Saturday, December 29, 2012 11:15 AM Subject: [DynoMotion] Re: could i use a kflop for this?
I have to second that!
if patience and generosity could be monetized Tom
would be a wealthy man.
sleep deprived and probably hairless from frustration, but wealthy !
Being C and electronically challenged I haven't much to contribute I haven't much to contribute, but;
I expect this forum will soon grow enough that interaction between users will [hopefully] take some of the load off him.
so , many thanks Tom and all the best for the New Year !
Carl
--- In mailto:DynoMotion%40yahoogroups.com, "daveymahomh600e" <david.m.stevenson@...> wrote:
>
> I think I speak for most users of Tom's products when I say that you would be hard pressed to find any company that offers better support.
>
> Time and again Tom goes above and beyond in helping us all work out our issues and never seems to complain about doing so.
>
> I'm sure that once you get your products you will know you have made the right choice. Great job Tom!!
>
> David
>
> --- In mailto:DynoMotion%40yahoogroups.com, "bennyattwell" <brendon@> wrote:
> >
> > ok this sounds promising! ive just purchased one to try
> >
> > if i can get this project completed it will definately be a big seller for my business.
> > il be honest im normally a galil user but their support is pretty crap with answers that rarely answer the question asked!most things ive had to work out myself.
> > ive watched this forum for about a year and the support ive seen has been brilliant.
> > looking forward to receiving it
> >
> > --- In mailto:DynoMotion%40yahoogroups.com, Tom Kerekes <tk@> wrote:
> > >
> > > Hi Bennyattwell,
> > >
> > > KFLOP doesn't have any convienient timer input to measure the pulse times. Software sampling every 90us wouldn't give adaquate resolution. The best solution I can think of would involve some external circuitry (basically an "AND" gate). You could program a KFLOP Step/Dir generator to generate a fixed frequency at 1MHz with quadrature output. Then feed this back (through an external AND gate) to an encoder input. Then write a C program to observe the encoder count every 180us (or 90us using the special servo callback). The program would detect when the count stops (or the PWM bit is low) for a while and save the value. The next time the count stops the difference would be the pulse time in us.
> > >
> > > If this sounds reasonable I could provide more details.
> > >
> > > Regards
> > > TK
> > >
> > >
> > >
> > >
> > > ________________________________
> > > From: bennyattwell <brendon@>
> > > To: mailto:DynoMotion%40yahoogroups.com
> > > Sent: Friday, December 28, 2012 5:52 AM
> > > Subject: [DynoMotion] Re: could i use a kflop for this?
> > >
> > >
> > > Â
> > > Yes. I've been reliably informed that they are 1.1 to 1.9 ms pulses that would use 1.5ms pulses as a neutral point. (ie not moving)
> > > I need to track 2 outputs to convert to an xy (or bc) position on the equivalent of a trunnion table.
> > >
> > > --- In mailto:DynoMotion%40yahoogroups.com, Tom Kerekes <tk@> wrote:
> > > >
> > > > Hi Bennyattwell,
> > > > Not sure what you mean by "2 radio control servo outputs". Are those the 1-2ms pulses that the inexpensive RC servos use?
> > > >
> > > >
> > > > Regards
> > > > TK
> > > >
> > > >
> > > >
> > > >
> > > > ________________________________
> > > > From: bennyattwell <brendon@>
> > > > To: mailto:DynoMotion%40yahoogroups.com
> > > > Sent: Thursday, December 27, 2012 3:54 PM
> > > > Subject: [DynoMotion] could i use a kflop for this?
> > > >
> > > >
> > > > ÂÂ
> > > > i have a new project on the go.
> > > > i need to be able to track 2 radio control servo outputs with a kflop and use it to do some calculations (trig) and output the new position by step/direction signals-monitered by encoder signals to step/direction position servo drives (4 off)
> > > > if kflop can do this and i can get help with the programming im ready to purchase one.
> > > >
> > >
> >
>
|
|
Group: DynoMotion |
Message: 6346 |
From: roa_controls |
Date: 12/29/2012 |
Subject: Re: could i use a kflop for this? |
Ditto!
Shannon
--- In DynoMotion@yahoogroups.com, "daveymahomh600e" <david.m.stevenson@...> wrote:
>
> I think I speak for most users of Tom's products when I say that you would be hard pressed to find any company that offers better support.
>
> Time and again Tom goes above and beyond in helping us all work out our issues and never seems to complain about doing so.
>
> I'm sure that once you get your products you will know you have made the right choice. Great job Tom!!
>
> David
>
> --- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@> wrote:
> >
> > ok this sounds promising! ive just purchased one to try
> >
> > if i can get this project completed it will definately be a big seller for my business.
> > il be honest im normally a galil user but their support is pretty crap with answers that rarely answer the question asked!most things ive had to work out myself.
> > ive watched this forum for about a year and the support ive seen has been brilliant.
> > looking forward to receiving it
> >
> > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > >
> > > Hi Bennyattwell,
> > >
> > > KFLOP doesn't have any convienient timer input to measure the pulse times. Software sampling every 90us wouldn't give adaquate resolution. The best solution I can think of would involve some external circuitry (basically an "AND" gate). You could program a KFLOP Step/Dir generator to generate a fixed frequency at 1MHz with quadrature output. Then feed this back (through an external AND gate) to an encoder input. Then write a C program to observe the encoder count every 180us (or 90us using the special servo callback). The program would detect when the count stops (or the PWM bit is low) for a while and save the value. The next time the count stops the difference would be the pulse time in us.
> > >
> > > If this sounds reasonable I could provide more details.
> > >
> > > Regards
> > > TK
> > >
> > >
> > >
> > >
> > > ________________________________
> > > From: bennyattwell <brendon@>
> > > To: DynoMotion@yahoogroups.com
> > > Sent: Friday, December 28, 2012 5:52 AM
> > > Subject: [DynoMotion] Re: could i use a kflop for this?
> > >
> > >
> > > Â
> > > Yes. I've been reliably informed that they are 1.1 to 1.9 ms pulses that would use 1.5ms pulses as a neutral point. (ie not moving)
> > > I need to track 2 outputs to convert to an xy (or bc) position on the equivalent of a trunnion table.
> > >
> > > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > > >
> > > > Hi Bennyattwell,
> > > > Not sure what you mean by "2 radio control servo outputs".ÃÂ Are those the 1-2ms pulses that the inexpensive RC servos use?
> > > >
> > > >
> > > > Regards
> > > > TK
> > > >
> > > >
> > > >
> > > >
> > > > ________________________________
> > > > From: bennyattwell <brendon@>
> > > > To: DynoMotion@yahoogroups.com
> > > > Sent: Thursday, December 27, 2012 3:54 PM
> > > > Subject: [DynoMotion] could i use a kflop for this?
> > > >
> > > >
> > > > ÃÂ
> > > > i have a new project on the go.
> > > > i need to be able to track 2 radio control servo outputs with a kflop and use it to do some calculations (trig) and output the new position by step/direction signals-monitered by encoder signals to step/direction position servo drives (4 off)
> > > > if kflop can do this and i can get help with the programming im ready to purchase one.
> > > >
> > >
> >
>
|
|
Group: DynoMotion |
Message: 6358 |
From: bennyattwell |
Date: 12/30/2012 |
Subject: Re: could i use a kflop for this? |
can the kflop interface to the arduino I2C-bus ?
--- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@...> wrote:
>
> Thanks Everyone. Its great to work together to do and learn new things.
> Â
> Hope everyone has a great New Year.
> Â
> Regards
> TK
>
>
> ________________________________
> From: carlcnc <carlcnc@...>
> To: DynoMotion@yahoogroups.com
> Sent: Saturday, December 29, 2012 11:15 AM
> Subject: [DynoMotion] Re: could i use a kflop for this?
>
>
> Â
>
> I have to second that!
> if patience and generosity could be monetized Tom
> would be a wealthy man.
> sleep deprived and probably hairless from frustration, but wealthy !
>
> Being C and electronically challenged I haven't much to contribute I haven't much to contribute, but;
>
> I expect this forum will soon grow enough that interaction between users will [hopefully] take some of the load off him.
>
> so , many thanks Tom and all the best for the New Year !
> Carl
>
>
> --- In mailto:DynoMotion%40yahoogroups.com, "daveymahomh600e" <david.m.stevenson@> wrote:
> >
> > I think I speak for most users of Tom's products when I say that you would be hard pressed to find any company that offers better support.
> >
> > Time and again Tom goes above and beyond in helping us all work out our issues and never seems to complain about doing so.
> >
> > I'm sure that once you get your products you will know you have made the right choice. Great job Tom!!
> >
> > David
> >
> > --- In mailto:DynoMotion%40yahoogroups.com, "bennyattwell" <brendon@> wrote:
> > >
> > > ok this sounds promising! ive just purchased one to try
> > >
> > > if i can get this project completed it will definately be a big seller for my business.
> > > il be honest im normally a galil user but their support is pretty crap with answers that rarely answer the question asked!most things ive had to work out myself.
> > > ive watched this forum for about a year and the support ive seen has been brilliant.
> > > looking forward to receiving it
> > >
> > > --- In mailto:DynoMotion%40yahoogroups.com, Tom Kerekes <tk@> wrote:
> > > >
> > > > Hi Bennyattwell,
> > > >
> > > > KFLOP doesn't have any convienient timer input to measure the pulse times.ÃÂ Software sampling every 90us wouldn't give adaquate resolution.ÃÂ The best solution I can think of would involve some external circuitry (basically an "AND" gate).ÃÂ You could program a KFLOP Step/Dir generator to generate a fixed frequency at 1MHz with quadrature output.ÃÂ Then feed this back (through an external AND gate) to an encoder input.ÃÂ Then write a C program to observe the encoder count every 180us (or 90us using the special servo callback).ÃÂ The program would detect when the count stops (or the PWM bit is low) for a while and save the value.ÃÂ The next time the count stops the difference would be the pulse time in us.
> > > >
> > > > If this sounds reasonable I could provide more details.
> > > >
> > > > Regards
> > > > TK
> > > >
> > > >
> > > >
> > > >
> > > > ________________________________
> > > > From: bennyattwell <brendon@>
> > > > To: mailto:DynoMotion%40yahoogroups.com
> > > > Sent: Friday, December 28, 2012 5:52 AM
> > > > Subject: [DynoMotion] Re: could i use a kflop for this?
> > > >
> > > >
> > > > ÃÂ
> > > > Yes. I've been reliably informed that they are 1.1 to 1.9 ms pulses that would use 1.5ms pulses as a neutral point. (ie not moving)
> > > > I need to track 2 outputs to convert to an xy (or bc) position on the equivalent of a trunnion table.
> > > >
> > > > --- In mailto:DynoMotion%40yahoogroups.com, Tom Kerekes <tk@> wrote:
> > > > >
> > > > > Hi Bennyattwell,
> > > > > Not sure what you mean by "2 radio control servo outputs".ÃâàAre those the 1-2ms pulses that the inexpensive RC servos use?
> > > > >
> > > > >
> > > > > Regards
> > > > > TK
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > ________________________________
> > > > > From: bennyattwell <brendon@>
> > > > > To: mailto:DynoMotion%40yahoogroups.com
> > > > > Sent: Thursday, December 27, 2012 3:54 PM
> > > > > Subject: [DynoMotion] could i use a kflop for this?
> > > > >
> > > > >
> > > > > ÃâÃÂ
> > > > > i have a new project on the go.
> > > > > i need to be able to track 2 radio control servo outputs with a kflop and use it to do some calculations (trig) and output the new position by step/direction signals-monitered by encoder signals to step/direction position servo drives (4 off)
> > > > > if kflop can do this and i can get help with the programming im ready to purchase one.
> > > > >
> > > >
> > >
> >
>
|
|
Group: DynoMotion |
Message: 6359 |
From: Tom Kerekes |
Date: 12/31/2012 |
Subject: Re: could i use a kflop for this? |
Hi Bennyatwell,
KFLOP doesn't have an I2C interface in hardware. You might be able to implement one with software.
This looks like some C code to do it fairly easily:
http://en.wikipedia.org/wiki/I%C2%B2C
I ran this test the throughput of setting a data bit while clocking a bit high and low:
#include "KMotionDef.h"
main() { int i; double T0=Time_sec(), T1; for (i=0;i<1000000; i++) { SetBit(46); ClearBit(47); ClearBit(46); } T1=Time_sec(); printf("Bits per sec = %.0f\n",1000000.0/(T1-T0));
// send message to console }
It printed:
Bits per sec = 379659
KFLOP has a UART that will send serial data at 56KBaud. Could you use that?
Regards TK
Group: DynoMotion |
Message: 6363 |
From: bennyattwell |
Date: 1/1/2013 |
Subject: Re: could i use a kflop for this? |
my aim is to make a large scale motion stabilised platform , hopefully interfacing somehow to this board
http://www.ebay.co.uk/itm/321010440116?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1497.l2649
its basically an arduino with 3 axis gyros, accelorometers etc built in.
i have played with one on the bench and it it very responsive!it also has a very well written gui so you can see exactly what its doing.
my interfacing options at the moment seem to be limited to i2c, pwm at 1 to 2 ms pulses .
i wanted to do all damping and control pid in kflop along with monitoring of safety inputs etc and do all my settings for triganometry motor conversion also in kflop.
my target would be to have a x/y rolling platform that would keep a ball bearing still on a metal plate when its surroundings are moving gently around.
tall order i know!
anyone have any thoughts (except im mad) ?
happy new year all.
benny
--- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@...> wrote:
>
> Hi Bennyatwell,
>
>
> KFLOP doesn't have an I2C interface in hardware. You might be able to implement one with software.
>
> This looks like some C code to do it fairly easily:
>
> http://en.wikipedia.org/wiki/I%C2%B2C
>
>
> I ran this test the throughput of setting a data bit while clocking a bit high and low:
>
> #include "KMotionDef.h"
>
> main()
> {
> int i;
> double T0=Time_sec(), T1;
> for (i=0;i<1000000; i++)
> {
> SetBit(46);
> ClearBit(47);
> ClearBit(46);
> }
> T1=Time_sec();
> printf("Bits per sec = %.0f\n",1000000.0/(T1-T0)); // send message to console
> }
>
> It printed:
>
> Bits per sec = 379659
>
> KFLOP has a UART that will send serial data at 56KBaud. Could you use that?
>
> Regards
> TK
>
>
>
>
>
>
>
>
> ________________________________
> From: bennyattwell <brendon@...>
> To: DynoMotion@yahoogroups.com
> Sent: Sunday, December 30, 2012 2:15 PM
> Subject: [DynoMotion] Re: could i use a kflop for this?
>
>
>
> can the kflop interface to the arduino I2C-bus ?
>
> -
>
|
|
Group: DynoMotion |
Message: 6366 |
From: bennyattwell |
Date: 1/1/2013 |
Subject: Re: could i use a kflop for this? |
re serial i found this re how the arduino can send "serial," not ic2
data
http://arduiniana.org/libraries/NewSoftSerial/
not knowing much at all about serial comms id appreciate anybody that knows to advise if this method may be compatible to send data to kflop?
also there are many arduino specific sketches to read in the raw values and computed values of the onboard gyros etc which i have downloaded .
do you think the serial at 56kbaud will be ok to import the info and turn into forward/reverse motion in kflop?
annoyingly i havnt ordered a kanalog as yet, the gyros etc output their info by analogue into the onboard adc.in totally raw format.
as this idea was only formed over the xmas period im still researching what the arduino can do and how i can interface it- hoping my arduino hardware ordered all turns up this week so i can research (play) with real products . il probably have to wait a week or 2 for my kflop to arrive and clear uk customs!
--- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@...> wrote:
>
> my aim is to make a large scale motion stabilised platform , hopefully interfacing somehow to this board
> http://www.ebay.co.uk/itm/321010440116?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1497.l2649
>
> its basically an arduino with 3 axis gyros, accelorometers etc built in.
> i have played with one on the bench and it it very responsive!it also has a very well written gui so you can see exactly what its doing.
>
> my interfacing options at the moment seem to be limited to i2c, pwm at 1 to 2 ms pulses .
> i wanted to do all damping and control pid in kflop along with monitoring of safety inputs etc and do all my settings for triganometry motor conversion also in kflop.
> my target would be to have a x/y rolling platform that would keep a ball bearing still on a metal plate when its surroundings are moving gently around.
> tall order i know!
> anyone have any thoughts (except im mad) ?
> happy new year all.
> benny
>
> --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> >
> > Hi Bennyatwell,
> >
> >
> > KFLOP doesn't have an I2C interface in hardware. You might be able to implement one with software.
> >
> > This looks like some C code to do it fairly easily:
> >
> > http://en.wikipedia.org/wiki/I%C2%B2C
> >
> >
> > I ran this test the throughput of setting a data bit while clocking a bit high and low:
> >
> > #include "KMotionDef.h"
> >
> > main()
> > {
> > int i;
> > double T0=Time_sec(), T1;
> > for (i=0;i<1000000; i++)
> > {
> > SetBit(46);
> > ClearBit(47);
> > ClearBit(46);
> > }
> > T1=Time_sec();
> > printf("Bits per sec = %.0f\n",1000000.0/(T1-T0)); // send message to console
> > }
> >
> > It printed:
> >
> > Bits per sec = 379659
> >
> > KFLOP has a UART that will send serial data at 56KBaud. Could you use that?
> >
> > Regards
> > TK
> >
> >
> >
> >
> >
> >
> >
> >
> > ________________________________
> > From: bennyattwell <brendon@>
> > To: DynoMotion@yahoogroups.com
> > Sent: Sunday, December 30, 2012 2:15 PM
> > Subject: [DynoMotion] Re: could i use a kflop for this?
> >
> >
> >
> > can the kflop interface to the arduino I2C-bus ?
> >
> > -
> >
>
|
|
Group: DynoMotion |
Message: 6367 |
From: himykabibble |
Date: 1/1/2013 |
Subject: Re: could i use a kflop for this? |
Benny,
That is a bit-banged RS232 driver, which doesn't help at all if the thing you want to talk to is I2C. They are completely different protocols, with about nothing in common. If you have source code for the gyro board, you could modify it to use RS232, assuming there are appropriate free pins to use. There are a lot of restrictions on which pins you can use for which purpose on Arduino. Software serial ports must be on pins that can generate I/O interrupts. It is certainly possible to do bit-banged I2C on the KFlop, provided the bit rate is low enough, but I'd expect you would have to write the driver yourself. Not that it's that difficult - I2C is pretty simple. And I'm sure you could easily find some C code on the net to start with. The challenge would be in dealing with the task timing on KFlop.
Regards,
Ray L.
--- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@...> wrote:
>
> re serial i found this re how the arduino can send "serial," not ic2
> data
> http://arduiniana.org/libraries/NewSoftSerial/
> not knowing much at all about serial comms id appreciate anybody that knows to advise if this method may be compatible to send data to kflop?
> also there are many arduino specific sketches to read in the raw values and computed values of the onboard gyros etc which i have downloaded .
>
> do you think the serial at 56kbaud will be ok to import the info and turn into forward/reverse motion in kflop?
> annoyingly i havnt ordered a kanalog as yet, the gyros etc output their info by analogue into the onboard adc.in totally raw format.
>
> as this idea was only formed over the xmas period im still researching what the arduino can do and how i can interface it- hoping my arduino hardware ordered all turns up this week so i can research (play) with real products . il probably have to wait a week or 2 for my kflop to arrive and clear uk customs!
>
>
>
>
> --- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@> wrote:
> >
> > my aim is to make a large scale motion stabilised platform , hopefully interfacing somehow to this board
> > http://www.ebay.co.uk/itm/321010440116?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1497.l2649
> >
> > its basically an arduino with 3 axis gyros, accelorometers etc built in.
> > i have played with one on the bench and it it very responsive!it also has a very well written gui so you can see exactly what its doing.
> >
> > my interfacing options at the moment seem to be limited to i2c, pwm at 1 to 2 ms pulses .
> > i wanted to do all damping and control pid in kflop along with monitoring of safety inputs etc and do all my settings for triganometry motor conversion also in kflop.
> > my target would be to have a x/y rolling platform that would keep a ball bearing still on a metal plate when its surroundings are moving gently around.
> > tall order i know!
> > anyone have any thoughts (except im mad) ?
> > happy new year all.
> > benny
> >
> > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > >
> > > Hi Bennyatwell,
> > >
> > >
> > > KFLOP doesn't have an I2C interface in hardware. You might be able to implement one with software.
> > >
> > > This looks like some C code to do it fairly easily:
> > >
> > > http://en.wikipedia.org/wiki/I%C2%B2C
> > >
> > >
> > > I ran this test the throughput of setting a data bit while clocking a bit high and low:
> > >
> > > #include "KMotionDef.h"
> > >
> > > main()
> > > {
> > > int i;
> > > double T0=Time_sec(), T1;
> > > for (i=0;i<1000000; i++)
> > > {
> > > SetBit(46);
> > > ClearBit(47);
> > > ClearBit(46);
> > > }
> > > T1=Time_sec();
> > > printf("Bits per sec = %.0f\n",1000000.0/(T1-T0)); // send message to console
> > > }
> > >
> > > It printed:
> > >
> > > Bits per sec = 379659
> > >
> > > KFLOP has a UART that will send serial data at 56KBaud. Could you use that?
> > >
> > > Regards
> > > TK
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > ________________________________
> > > From: bennyattwell <brendon@>
> > > To: DynoMotion@yahoogroups.com
> > > Sent: Sunday, December 30, 2012 2:15 PM
> > > Subject: [DynoMotion] Re: could i use a kflop for this?
> > >
> > >
> > >
> > > can the kflop interface to the arduino I2C-bus ?
> > >
> > > -
> > >
> >
>
|
|
Group: DynoMotion |
Message: 6368 |
From: bennyattwell |
Date: 1/1/2013 |
Subject: Re: could i use a kflop for this? |
no, im hoping to send data to the kflop with this not to/from the ic2 devices (that bit is already sorted)
so my question was can i use this to send data to the kflop
--- In DynoMotion@yahoogroups.com, "himykabibble" <jagboy1964@...> wrote:
>
> Benny,
>
> That is a bit-banged RS232 driver, which doesn't help at all if the thing you want to talk to is I2C. They are completely different protocols, with about nothing in common. If you have source code for the gyro board, you could modify it to use RS232, assuming there are appropriate free pins to use. There are a lot of restrictions on which pins you can use for which purpose on Arduino. Software serial ports must be on pins that can generate I/O interrupts. It is certainly possible to do bit-banged I2C on the KFlop, provided the bit rate is low enough, but I'd expect you would have to write the driver yourself. Not that it's that difficult - I2C is pretty simple. And I'm sure you could easily find some C code on the net to start with. The challenge would be in dealing with the task timing on KFlop.
>
> Regards,
> Ray L.
>
> --- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@> wrote:
> >
> > re serial i found this re how the arduino can send "serial," not ic2
> > data
> > http://arduiniana.org/libraries/NewSoftSerial/
> > not knowing much at all about serial comms id appreciate anybody that knows to advise if this method may be compatible to send data to kflop?
> > also there are many arduino specific sketches to read in the raw values and computed values of the onboard gyros etc which i have downloaded .
> >
> > do you think the serial at 56kbaud will be ok to import the info and turn into forward/reverse motion in kflop?
> > annoyingly i havnt ordered a kanalog as yet, the gyros etc output their info by analogue into the onboard adc.in totally raw format.
> >
> > as this idea was only formed over the xmas period im still researching what the arduino can do and how i can interface it- hoping my arduino hardware ordered all turns up this week so i can research (play) with real products . il probably have to wait a week or 2 for my kflop to arrive and clear uk customs!
> >
> >
> >
> >
> > --- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@> wrote:
> > >
> > > my aim is to make a large scale motion stabilised platform , hopefully interfacing somehow to this board
> > > http://www.ebay.co.uk/itm/321010440116?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1497.l2649
> > >
> > > its basically an arduino with 3 axis gyros, accelorometers etc built in.
> > > i have played with one on the bench and it it very responsive!it also has a very well written gui so you can see exactly what its doing.
> > >
> > > my interfacing options at the moment seem to be limited to i2c, pwm at 1 to 2 ms pulses .
> > > i wanted to do all damping and control pid in kflop along with monitoring of safety inputs etc and do all my settings for triganometry motor conversion also in kflop.
> > > my target would be to have a x/y rolling platform that would keep a ball bearing still on a metal plate when its surroundings are moving gently around.
> > > tall order i know!
> > > anyone have any thoughts (except im mad) ?
> > > happy new year all.
> > > benny
> > >
> > > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > > >
> > > > Hi Bennyatwell,
> > > >
> > > >
> > > > KFLOP doesn't have an I2C interface in hardware. You might be able to implement one with software.
> > > >
> > > > This looks like some C code to do it fairly easily:
> > > >
> > > > http://en.wikipedia.org/wiki/I%C2%B2C
> > > >
> > > >
> > > > I ran this test the throughput of setting a data bit while clocking a bit high and low:
> > > >
> > > > #include "KMotionDef.h"
> > > >
> > > > main()
> > > > {
> > > > int i;
> > > > double T0=Time_sec(), T1;
> > > > for (i=0;i<1000000; i++)
> > > > {
> > > > SetBit(46);
> > > > ClearBit(47);
> > > > ClearBit(46);
> > > > }
> > > > T1=Time_sec();
> > > > printf("Bits per sec = %.0f\n",1000000.0/(T1-T0)); // send message to console
> > > > }
> > > >
> > > > It printed:
> > > >
> > > > Bits per sec = 379659
> > > >
> > > > KFLOP has a UART that will send serial data at 56KBaud. Could you use that?
> > > >
> > > > Regards
> > > > TK
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > ________________________________
> > > > From: bennyattwell <brendon@>
> > > > To: DynoMotion@yahoogroups.com
> > > > Sent: Sunday, December 30, 2012 2:15 PM
> > > > Subject: [DynoMotion] Re: could i use a kflop for this?
> > > >
> > > >
> > > >
> > > > can the kflop interface to the arduino I2C-bus ?
> > > >
> > > > -
> > > >
> > >
> >
>
|
|
Group: DynoMotion |
Message: 6369 |
From: himykabibble |
Date: 1/1/2013 |
Subject: Re: could i use a kflop for this? |
If the KFlops RS232 port is not otherwise used, yes, you should be able to do that. Don't try for too high a BAUD rate - the software serial driver gets flakey at higher speeds. The Arduino also has up to four hardware serial ports. You'd be better off using one of those, if the pins are available on your board. Look at the Arduino SerialPort device class. The hardware ports are a total no-brainer to use.
Regards,
Ray L.
--- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@...> wrote:
>
> no, im hoping to send data to the kflop with this not to/from the ic2 devices (that bit is already sorted)
> so my question was can i use this to send data to the kflop
>
> --- In DynoMotion@yahoogroups.com, "himykabibble" <jagboy1964@> wrote:
> >
> > Benny,
> >
> > That is a bit-banged RS232 driver, which doesn't help at all if the thing you want to talk to is I2C. They are completely different protocols, with about nothing in common. If you have source code for the gyro board, you could modify it to use RS232, assuming there are appropriate free pins to use. There are a lot of restrictions on which pins you can use for which purpose on Arduino. Software serial ports must be on pins that can generate I/O interrupts. It is certainly possible to do bit-banged I2C on the KFlop, provided the bit rate is low enough, but I'd expect you would have to write the driver yourself. Not that it's that difficult - I2C is pretty simple. And I'm sure you could easily find some C code on the net to start with. The challenge would be in dealing with the task timing on KFlop.
> >
> > Regards,
> > Ray L.
> >
> > --- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@> wrote:
> > >
> > > re serial i found this re how the arduino can send "serial," not ic2
> > > data
> > > http://arduiniana.org/libraries/NewSoftSerial/
> > > not knowing much at all about serial comms id appreciate anybody that knows to advise if this method may be compatible to send data to kflop?
> > > also there are many arduino specific sketches to read in the raw values and computed values of the onboard gyros etc which i have downloaded .
> > >
> > > do you think the serial at 56kbaud will be ok to import the info and turn into forward/reverse motion in kflop?
> > > annoyingly i havnt ordered a kanalog as yet, the gyros etc output their info by analogue into the onboard adc.in totally raw format.
> > >
> > > as this idea was only formed over the xmas period im still researching what the arduino can do and how i can interface it- hoping my arduino hardware ordered all turns up this week so i can research (play) with real products . il probably have to wait a week or 2 for my kflop to arrive and clear uk customs!
> > >
> > >
> > >
> > >
> > > --- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@> wrote:
> > > >
> > > > my aim is to make a large scale motion stabilised platform , hopefully interfacing somehow to this board
> > > > http://www.ebay.co.uk/itm/321010440116?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1497.l2649
> > > >
> > > > its basically an arduino with 3 axis gyros, accelorometers etc built in.
> > > > i have played with one on the bench and it it very responsive!it also has a very well written gui so you can see exactly what its doing.
> > > >
> > > > my interfacing options at the moment seem to be limited to i2c, pwm at 1 to 2 ms pulses .
> > > > i wanted to do all damping and control pid in kflop along with monitoring of safety inputs etc and do all my settings for triganometry motor conversion also in kflop.
> > > > my target would be to have a x/y rolling platform that would keep a ball bearing still on a metal plate when its surroundings are moving gently around.
> > > > tall order i know!
> > > > anyone have any thoughts (except im mad) ?
> > > > happy new year all.
> > > > benny
> > > >
> > > > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > > > >
> > > > > Hi Bennyatwell,
> > > > >
> > > > >
> > > > > KFLOP doesn't have an I2C interface in hardware. You might be able to implement one with software.
> > > > >
> > > > > This looks like some C code to do it fairly easily:
> > > > >
> > > > > http://en.wikipedia.org/wiki/I%C2%B2C
> > > > >
> > > > >
> > > > > I ran this test the throughput of setting a data bit while clocking a bit high and low:
> > > > >
> > > > > #include "KMotionDef.h"
> > > > >
> > > > > main()
> > > > > {
> > > > > int i;
> > > > > double T0=Time_sec(), T1;
> > > > > for (i=0;i<1000000; i++)
> > > > > {
> > > > > SetBit(46);
> > > > > ClearBit(47);
> > > > > ClearBit(46);
> > > > > }
> > > > > T1=Time_sec();
> > > > > printf("Bits per sec = %.0f\n",1000000.0/(T1-T0)); // send message to console
> > > > > }
> > > > >
> > > > > It printed:
> > > > >
> > > > > Bits per sec = 379659
> > > > >
> > > > > KFLOP has a UART that will send serial data at 56KBaud. Could you use that?
> > > > >
> > > > > Regards
> > > > > TK
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > ________________________________
> > > > > From: bennyattwell <brendon@>
> > > > > To: DynoMotion@yahoogroups.com
> > > > > Sent: Sunday, December 30, 2012 2:15 PM
> > > > > Subject: [DynoMotion] Re: could i use a kflop for this?
> > > > >
> > > > >
> > > > >
> > > > > can the kflop interface to the arduino I2C-bus ?
> > > > >
> > > > > -
> > > > >
> > > >
> > >
> >
>
|
|
Group: DynoMotion |
Message: 6370 |
From: bennyattwell |
Date: 1/1/2013 |
Subject: Re: could i use a kflop for this? |
thank you ray.
the good news is that it may be possible!
the kflop serial port will only be used for this purpose
this will also be the only output programmed from the arduino apart from a "running" led on a fly lead. im hoping to have the whole thing as a stand alone unit for my final product
--- In DynoMotion@yahoogroups.com, "himykabibble" <jagboy1964@...> wrote:
>
> If the KFlops RS232 port is not otherwise used, yes, you should be able to do that. Don't try for too high a BAUD rate - the software serial driver gets flakey at higher speeds. The Arduino also has up to four hardware serial ports. You'd be better off using one of those, if the pins are available on your board. Look at the Arduino SerialPort device class. The hardware ports are a total no-brainer to use.
>
> Regards,
> Ray L.
>
> --- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@> wrote:
> >
> > no, im hoping to send data to the kflop with this not to/from the ic2 devices (that bit is already sorted)
> > so my question was can i use this to send data to the kflop
> >
> > --- In DynoMotion@yahoogroups.com, "himykabibble" <jagboy1964@> wrote:
> > >
> > > Benny,
> > >
> > > That is a bit-banged RS232 driver, which doesn't help at all if the thing you want to talk to is I2C. They are completely different protocols, with about nothing in common. If you have source code for the gyro board, you could modify it to use RS232, assuming there are appropriate free pins to use. There are a lot of restrictions on which pins you can use for which purpose on Arduino. Software serial ports must be on pins that can generate I/O interrupts. It is certainly possible to do bit-banged I2C on the KFlop, provided the bit rate is low enough, but I'd expect you would have to write the driver yourself. Not that it's that difficult - I2C is pretty simple. And I'm sure you could easily find some C code on the net to start with. The challenge would be in dealing with the task timing on KFlop.
> > >
> > > Regards,
> > > Ray L.
> > >
> > > --- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@> wrote:
> > > >
> > > > re serial i found this re how the arduino can send "serial," not ic2
> > > > data
> > > > http://arduiniana.org/libraries/NewSoftSerial/
> > > > not knowing much at all about serial comms id appreciate anybody that knows to advise if this method may be compatible to send data to kflop?
> > > > also there are many arduino specific sketches to read in the raw values and computed values of the onboard gyros etc which i have downloaded .
> > > >
> > > > do you think the serial at 56kbaud will be ok to import the info and turn into forward/reverse motion in kflop?
> > > > annoyingly i havnt ordered a kanalog as yet, the gyros etc output their info by analogue into the onboard adc.in totally raw format.
> > > >
> > > > as this idea was only formed over the xmas period im still researching what the arduino can do and how i can interface it- hoping my arduino hardware ordered all turns up this week so i can research (play) with real products . il probably have to wait a week or 2 for my kflop to arrive and clear uk customs!
> > > >
> > > >
> > > >
> > > >
> > > > --- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@> wrote:
> > > > >
> > > > > my aim is to make a large scale motion stabilised platform , hopefully interfacing somehow to this board
> > > > > http://www.ebay.co.uk/itm/321010440116?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1497.l2649
> > > > >
> > > > > its basically an arduino with 3 axis gyros, accelorometers etc built in.
> > > > > i have played with one on the bench and it it very responsive!it also has a very well written gui so you can see exactly what its doing.
> > > > >
> > > > > my interfacing options at the moment seem to be limited to i2c, pwm at 1 to 2 ms pulses .
> > > > > i wanted to do all damping and control pid in kflop along with monitoring of safety inputs etc and do all my settings for triganometry motor conversion also in kflop.
> > > > > my target would be to have a x/y rolling platform that would keep a ball bearing still on a metal plate when its surroundings are moving gently around.
> > > > > tall order i know!
> > > > > anyone have any thoughts (except im mad) ?
> > > > > happy new year all.
> > > > > benny
> > > > >
> > > > > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > > > > >
> > > > > > Hi Bennyatwell,
> > > > > >
> > > > > >
> > > > > > KFLOP doesn't have an I2C interface in hardware. You might be able to implement one with software.
> > > > > >
> > > > > > This looks like some C code to do it fairly easily:
> > > > > >
> > > > > > http://en.wikipedia.org/wiki/I%C2%B2C
> > > > > >
> > > > > >
> > > > > > I ran this test the throughput of setting a data bit while clocking a bit high and low:
> > > > > >
> > > > > > #include "KMotionDef.h"
> > > > > >
> > > > > > main()
> > > > > > {
> > > > > > int i;
> > > > > > double T0=Time_sec(), T1;
> > > > > > for (i=0;i<1000000; i++)
> > > > > > {
> > > > > > SetBit(46);
> > > > > > ClearBit(47);
> > > > > > ClearBit(46);
> > > > > > }
> > > > > > T1=Time_sec();
> > > > > > printf("Bits per sec = %.0f\n",1000000.0/(T1-T0)); // send message to console
> > > > > > }
> > > > > >
> > > > > > It printed:
> > > > > >
> > > > > > Bits per sec = 379659
> > > > > >
> > > > > > KFLOP has a UART that will send serial data at 56KBaud. Could you use that?
> > > > > >
> > > > > > Regards
> > > > > > TK
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > ________________________________
> > > > > > From: bennyattwell <brendon@>
> > > > > > To: DynoMotion@yahoogroups.com
> > > > > > Sent: Sunday, December 30, 2012 2:15 PM
> > > > > > Subject: [DynoMotion] Re: could i use a kflop for this?
> > > > > >
> > > > > >
> > > > > >
> > > > > > can the kflop interface to the arduino I2C-bus ?
> > > > > >
> > > > > > -
> > > > > >
> > > > >
> > > >
> > >
> >
>
|
|
Group: DynoMotion |
Message: 6375 |
From: Tom Kerekes |
Date: 1/1/2013 |
Subject: Re: could i use a kflop for this? |
Hi Bennyattwell,
That all sounds very interesting. I'm a bit lost on what your exact requirements are and what issues you think you have resolved and which are not.
I'm curious what size platform you intend to have? What bandwidth do you think your motion system will need? What type of mechanical arrangement?
A bit off topic but my friend bought me a tiny (7" long) RC Helicopter for Xmas with a gyro in it. I think it was probably < $50. It is amazingly stable in the yaw axis. Rotates precisely and stops dead locked on a heading almost like a servo motor. After I crash it I plan on tearing it apart to see what chip they use.
Let us know how we can help after you get things pinned down.
Regards TK
Group: DynoMotion |
Message: 6376 |
From: himykabibble |
Date: 1/1/2013 |
Subject: Re: could i use a kflop for this? |
Tom,
There are several chips out there with a variety of capabilities - 2- and 3-axis gyros and accelerometers. They're incredibly cheap, and incredibly sensitive. The chips are $10-15, and you can buy a 3-axis gyro + 3-axis accelerometer board with serial I/F for about $25 in one-sies. Take a look at SparkFun.com, and search for accelerometer or gyro.
Regards,
Ray L.
--- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@...> wrote:
>
> Hi Bennyattwell,
>
> That all sounds very interesting. I'm a bit lost on what your exact requirements are and what issues you think you have resolved and which are not.
>
> I'm curious what size platform you intend to have? What bandwidth do you think your motion system will need?  What type of mechanical arrangement?
>
> A bit off topic but my friend bought me a tiny (7" long) RC Helicopter for Xmas with a gyro in it. I think it was probably < $50. It is amazingly stable in the yaw axis. Rotates precisely and stops dead locked on a heading almost like a servo motor. After I crash it I plan on tearing it apart to see what chip they use.
>
> Let us know how we can help after you get things pinned down.
>
> Regards
> TK
>
>
>
>
> ________________________________
> From: bennyattwell <brendon@...>
> To: DynoMotion@yahoogroups.com
> Sent: Tuesday, January 1, 2013 4:33 PM
> Subject: [DynoMotion] Re: could i use a kflop for this?
>
>
> Â
> thank you ray.
> the good news is that it may be possible!
> the kflop serial port will only be used for this purpose
> this will also be the only output programmed from the arduino apart from a "running" led on a fly lead. im hoping to have the whole thing as a stand alone unit for my final product
>
> --- In DynoMotion@yahoogroups.com, "himykabibble" <jagboy1964@> wrote:
> >
> > If the KFlops RS232 port is not otherwise used, yes, you should be able to do that. Don't try for too high a BAUD rate - the software serial driver gets flakey at higher speeds. The Arduino also has up to four hardware serial ports. You'd be better off using one of those, if the pins are available on your board. Look at the Arduino SerialPort device class. The hardware ports are a total no-brainer to use.
> >
> > Regards,
> > Ray L.
> >
> > --- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@> wrote:
> > >
> > > no, im hoping to send data to the kflop with this not to/from the ic2 devices (that bit is already sorted)
> > > so my question was can i use this to send data to the kflop
> > >
> > > --- In DynoMotion@yahoogroups.com, "himykabibble" <jagboy1964@> wrote:
> > > >
> > > > Benny,
> > > >
> > > > That is a bit-banged RS232 driver, which doesn't help at all if the thing you want to talk to is I2C. They are completely different protocols, with about nothing in common. If you have source code for the gyro board, you could modify it to use RS232, assuming there are appropriate free pins to use. There are a lot of restrictions on which pins you can use for which purpose on Arduino. Software serial ports must be on pins that can generate I/O interrupts. It is certainly possible to do bit-banged I2C on the KFlop, provided the bit rate is low enough, but I'd expect you would have to write the driver yourself. Not that it's that difficult - I2C is pretty simple. And I'm sure you could easily find some C code on the net to start with. The challenge would be in dealing with the task timing on KFlop.
> > > >
> > > > Regards,
> > > > Ray L.
> > > >
> > > > --- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@> wrote:
> > > > >
> > > > > re serial i found this re how the arduino can send "serial," not ic2
> > > > > data
> > > > > http://arduiniana.org/libraries/NewSoftSerial/
> > > > > not knowing much at all about serial comms id appreciate anybody that knows to advise if this method may be compatible to send data to kflop?
> > > > > also there are many arduino specific sketches to read in the raw values and computed values of the onboard gyros etc which i have downloaded .
> > > > >
> > > > > do you think the serial at 56kbaud will be ok to import the info and turn into forward/reverse motion in kflop?
> > > > > annoyingly i havnt ordered a kanalog as yet, the gyros etc output their info by analogue into the onboard adc.in totally raw format.
> > > > >
> > > > > as this idea was only formed over the xmas period im still researching what the arduino can do and how i can interface it- hoping my arduino hardware ordered all turns up this week so i can research (play) with real products . il probably have to wait a week or 2 for my kflop to arrive and clear uk customs!
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > --- In DynoMotion@yahoogroups.com, "bennyattwell" <brendon@> wrote:
> > > > > >
> > > > > > my aim is to make a large scale motion stabilised platform , hopefully interfacing somehow to this board
> > > > > > http://www.ebay.co.uk/itm/321010440116?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1497.l2649
> > > > > >
> > > > > > its basically an arduino with 3 axis gyros, accelorometers etc built in.
> > > > > > i have played with one on the bench and it it very responsive!it also has a very well written gui so you can see exactly what its doing.
> > > > > >
> > > > > > my interfacing options at the moment seem to be limited to i2c, pwm at 1 to 2 ms pulses .
> > > > > > i wanted to do all damping and control pid in kflop along with monitoring of safety inputs etc and do all my settings for triganometry motor conversion also in kflop.
> > > > > > my target would be to have a x/y rolling platform that would keep a ball bearing still on a metal plate when its surroundings are moving gently around.
> > > > > > tall order i know!
> > > > > > anyone have any thoughts (except im mad) ?
> > > > > > happy new year all.
> > > > > > benny
> > > > > >
> > > > > > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > > > > > >
> > > > > > > Hi Bennyatwell,
> > > > > > >
> > > > > > >
> > > > > > > KFLOP doesn't have an I2C interface in hardware. You might be able to implement one with software.
> > > > > > >
> > > > > > > This looks like some C code to do it fairly easily:
> > > > > > >
> > > > > > > http://en.wikipedia.org/wiki/I%C2%B2C
> > > > > > >
> > > > > > >
> > > > > > > I ran this test the throughput of setting a data bit while clocking a bit high and low:
> > > > > > >
> > > > > > > #include "KMotionDef.h"
> > > > > > >
> > > > > > > main()
> > > > > > > {
> > > > > > > Â Â Â int i;
> > > > > > > Â Â Â double T0=Time_sec(), T1;
> > > > > > > Â Â Â for (i=0;i<1000000; i++)
> > > > > > > Â Â Â {
> > > > > > > Â Â Â Â Â Â SetBit(46);
> > > > > > > Â Â Â Â Â Â ClearBit(47);
> > > > > > > Â Â Â Â Â Â ClearBit(46);
> > > > > > > Â Â Â }
> > > > > > > Â Â Â T1=Time_sec();
> > > > > > > Â Â Â printf("Bits per sec = %.0f\n",1000000.0/(T1-T0));Â // send message to console
> > > > > > > }
> > > > > > >
> > > > > > > It printed:
> > > > > > >
> > > > > > > Bits per sec = 379659
> > > > > > >
> > > > > > > KFLOP has a UART that will send serial data at 56KBaud. Could you use that?
> > > > > > >
> > > > > > > Regards
> > > > > > > TK
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > ________________________________
> > > > > > > From: bennyattwell <brendon@>
> > > > > > > To: DynoMotion@yahoogroups.com
> > > > > > > Sent: Sunday, December 30, 2012 2:15 PM
> > > > > > > Subject: [DynoMotion] Re: could i use a kflop for this?
> > > > > > >
> > > > > > >
> > > > > > > Â
> > > > > > > can the kflop interface to the arduino I2C-bus ?
> > > > > > >
> > > > > > > -
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
|
|
Group: DynoMotion |
Message: 6379 |
From: bennyattwell |
Date: 1/2/2013 |
Subject: Re: could i use a kflop for this? |
my final platform size will be 8 foot square.carrying 250kg in weight approx.
my prototye to test will be made at 8 inch square
i only require a maximum of 15degrees pitch and roll movement- after this platform will position hold and move with its surrounding influence.
it will have ac servos driving ballscrews and be central xy pivoted.
i have lots of arduino examples here which combine gyro and accelorometer and magnetometer readings together and filter/mix them which can be done before transmission. (the guys who design the quad copters are brilliant hackers of hardware!)
the arduino /gyro combination can add serial data to a ring buffer and transmit this serially. (see the link i posted previously)
what i would need the kflop to do would be to receive this data serially and convert it to forward/reverse smooth servo motion. (ideally displaying this data on screen somewhere to help with setup/debug)
the drives i use are mitsubishi which have electronic gearing etc so i can get away with quite low pulse output (eg 360 pulses per degree)
looking for a minimum update of position approx 30 times per second. so not really high bandwidth.
--- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@...> wrote:
>
> Hi Bennyattwell,
>
> That all sounds very interesting. I'm a bit lost on what your exact requirements are and what issues you think you have resolved and which are not.
>
> I'm curious what size platform you intend to have? What bandwidth do you think your motion system will need?  What type of mechanical arrangement?
>
> A bit off topic but my friend bought me a tiny (7" long) RC Helicopter for Xmas with a gyro in it. I think it was probably < $50. It is amazingly stable in the yaw axis. Rotates precisely and stops dead locked on a heading almost like a servo motor. After I crash it I plan on tearing it apart to see what chip they use.
>
> Let us know how we can help after you get things pinned down.
>
> Regards
> TK
>
>>
|
|
Group: DynoMotion |
Message: 6380 |
From: Tom Kerekes |
Date: 1/2/2013 |
Subject: Re: could i use a kflop for this? |
Hi Bennyattwell,
It sounds like the UART should work for you. Assuming 4 bytes per data value and 4 values that would only be:
4 x 4 x 30 x 10 = 4800 baud
KFLOP has a MoveExp command that usually works well to smooth more or less random go here, go here, type of commands.
It sounds like this arrangement will only correct for relatively slowly varying tilt? Fast tilt or any xyz translations will be passed right through to the platform?
I still
don't understand your application but wouldn't be better to use some type passive/active arrangement where the platform is supported by something like constant force springs so it will basically be floating and naturally high-frequency de-coupled from the motion of the outer assembly. Then the active servo will only need to correct for low frequency "drift" of the platform?
I'm sure you are aware of this but take care on the issues of scale. I'm constantly amazed on how things like servo bandwidths slow down with "size". The moment
of inertia of something like your table increases with the 5th power of size. Everything else being equal changing from inches to feet increases the moment of inertia by a factor of 12^5 or ~250,000.
Anyways just curious. It reminds me of a fun prototype I built many many years ago where a small platform was magnetically levitated, mechanically decoupled from what was supporting it, and very rigidly locked into position (servo bandwidth was ~300Hz).
http://dynomotion.com/Videos/Lev.mpg
Keep us posted.
Regards TK
Group: DynoMotion |
Message: 6381 |
From: bennyattwell |
Date: 1/2/2013 |
Subject: Re: could i use a kflop for this? |
thanks tom. by the way did you get my off list direct message?
on a different matter re your kflop modbus. how many handles can the kflop have open at a time?
and another one: im struggling to install the kmotion429.exe software on my pc . (i have had an old version on it about a year ago) but the install goes to about 10 seconds into setup and then nothing. (maybe caused by something ive disabled on pc etc )
this is on xp . ive downloaded it twice with same result.
--- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@...> wrote:
>
> Hi Bennyattwell,
>
>
> It sounds like the UART should work for you. Â Assuming 4 bytes per data value and 4 values that would only be:
>
> 4 x 4 x 30 x 10 = 4800 baud
>
> KFLOP has a MoveExp command that usually works well to smooth more or less random go here, go here, type of commands.
>
> It sounds like this arrangement will only correct for relatively slowly varying tilt? Â Fast tilt or any xyz translations will be passed right through to the platform?Â
>
> I still don't understand your application but wouldn't be better to use some type  passive/active arrangement where the platform is supported by something like constant force springs so it will basically be floating and naturally high-frequency de-coupled from the motion of the outer assembly.  Then the active servo will only need to correct for low frequency "drift" of the platform?
>
>
> I'm sure you are aware of this but take care on the issues of scale.  I'm constantly amazed on how things like servo bandwidths slow down with "size".  The moment of inertia of something like your table increases with the 5th power of size.  Everything else being equal changing from inches to feet increases the moment of inertia by a factor of 12^5 or ~250,000.
>
> Anyways just curious.  It reminds me of a fun prototype I built many many years ago where a small platform was magnetically levitated, mechanically decoupled from what was supporting it,  and very rigidly locked into position (servo bandwidth was ~300Hz).Â
>
> http://dynomotion.com/Videos/Lev.mpg
>
>
> Keep us posted.
>
> Regards
> TK
>
>
> ________________________________
> From: bennyattwell <brendon@...>
> To: DynoMotion@yahoogroups.com
> Sent: Wednesday, January 2, 2013 4:42 AM
> Subject: [DynoMotion] Re: could i use a kflop for this?
>
>
> Â
> my final platform size will be 8 foot square.carrying 250kg in weight approx.
> my prototye to test will be made at 8 inch square
> i only require a maximum of 15degrees pitch and roll movement- after this platform will position hold and move with its surrounding influence.
> it will have ac servos driving ballscrews and be central xy pivoted.
> i have lots of arduino examples here which combine gyro and accelorometer and magnetometer readings together and filter/mix them which can be done before transmission. (the guys who design the quad copters are brilliant hackers of hardware!)
>
> the arduino /gyro combination can add serial data to a ring buffer and transmit this serially. (see the link i posted previously)
> what i would need the kflop to do would be to receive this data serially and convert it to forward/reverse smooth servo motion. (ideally displaying this data on screen somewhere to help with setup/debug)
> the drives i use are mitsubishi which have electronic gearing etc so i can get away with quite low pulse output (eg 360 pulses per degree)
> looking for a minimum update of position approx 30 times per second. so not really high bandwidth.
>
> --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> >
> >Â
> >
> > That all sounds very interesting.ÃÂ I'm a bit lost on what your exact requirements are and what issues you think you have resolved and which are not.
> >
> > I'm curious what size platform you intend to have?ÃÂ What bandwidth do you think your motion system will need?ÃÂ ÃÂ What type of mechanical arrangement?
> >
> > A bit off topic but my friend bought me a tiny (7" long) RC Helicopter for Xmas with a gyro in it.ÃÂ I think it was probably < $50.ÃÂ It is amazingly stable in the yaw axis.ÃÂ Rotates precisely and stops dead locked on a heading almost like a servo motor.ÃÂ After I crash it I plan on tearing it apart to see what chip they use.
> >
> > Let us know how we can help after you get things pinned down.
> >
> > Regards
> > TK
> >
> >>
>
|
|
Group: DynoMotion |
Message: 6382 |
From: Tom Kerekes |
Date: 1/2/2013 |
Subject: Re: could i use a kflop for this? |
Hi Benny,
Yes I got your message. Interesting. Thanks.
Regarding modbus:
The example code is just one Master or one slave using RS232. I suppose it could be expanded with an RS485 adaptor and some additional software. The Modbus examples are in the newer Test releases such as:
http://dynomotion.com/Software/KMotion430j.exe
We use an InstallShield installer and it can be picky about
other applications running, AntiVirus, and Admin rights. Please close all possible applications, disable Antivirus, and make sure you have admin rights.
Check that the downloaded file size for V4.29 is exactly 42,468,300 bytes
Otherwise you can install on a differerent machine and just copy in the directory which is basically all the installer does less a few shortcuts.
HTH Regards TK
Group: DynoMotion |
Message: 6545 |
From: bennyattwell |
Date: 1/22/2013 |
Subject: Re: could i use a kflop for this? |
hi tom and group.
i have been playing extensively with the arduino and the arduino based gyro/accelorometer multiplexing board recently.
it seems there are other great programmers and hackers out there too!
i have a few options re interfacing this unit with the kflop at the moment .
my preferred method at this stage would probably be to send a number via serial 232 to the kflop (between 1000 to 2000) to show position `using 1500 as the centre point and have kflop servoing around this point. transmit baud rate of 38k seems quite possible.
do you think this could be doable?
the pre multiplexed outputs pid is all sorted before transmition hence i would only require kflop to follow this changing number.
i would ony be following 2 axis chanels.
i have the serial write to an lcd screen working well here. i havnt tried the full rs232 output over physical wires yet- only in the arduino serial monitor @38kbaud
another other option would be the arduino pwm output signal which is explained here
http://code.google.com/p/multiwii/wiki/PWM_Generation
--- In DynoMotion@yahoogroups.com, "bennyattwell" wrote:
>
> my final platform size will be 8 foot square.carrying 250kg in weight approx.
> my prototye to test will be made at 8 inch square
> i only require a maximum of 15degrees pitch and roll movement- after this platform will position hold and move with its surrounding influence.
> it will have ac servos driving ballscrews and be central xy pivoted.
> i have lots of arduino examples here which combine gyro and accelorometer and magnetometer readings together and filter/mix them which can be done before transmission. (the guys who design the quad copters are brilliant hackers of hardware!)
>
> the arduino /gyro combination can add serial data to a ring buffer and transmit this serially. (see the link i posted previously)
> what i would need the kflop to do would be to receive this data serially and convert it to forward/reverse smooth servo motion. (ideally displaying this data on screen somewhere to help with setup/debug)
> the drives i use are mitsubishi which have electronic gearing etc so i can get away with quite low pulse output (eg 360 pulses per degree)
> looking for a minimum update of position approx 30 times per second. so not really high bandwidth.
>
> --- In DynoMotion@yahoogroups.com, Tom Kerekes wrote:
> >
> > Hi Bennyattwell,
> >
> > That all sounds very interesting. I'm a bit lost on what your exact requirements are and what issues you think you have resolved and which are not.
> >
> > I'm curious what size platform you intend to have? What bandwidth do you think your motion system will need?  What type of mechanical arrangement?
> >
> > A bit off topic but my friend bought me a tiny (7" long) RC Helicopter for Xmas with a gyro in it. I think it was probably < $50. It is amazingly stable in the yaw axis. Rotates precisely and stops dead locked on a heading almost like a servo motor. After I crash it I plan on tearing it apart to see what chip they use.
> >
> > Let us know how we can help after you get things pinned down.
> >
> > Regards
> > TK
> >
> >>
>
|
|
Group: DynoMotion |
Message: 6548 |
From: Tom Kerekes |
Date: 1/22/2013 |
Subject: Re: could i use a kflop for this? |
Hi Benny,
It seems like using the KFLOP UART would work.
Regards TK
| | | | | | | | | | | | | |